BlockedByResponseIssueDetails

data class BlockedByResponseIssueDetails(request: AffectedRequest, parentFrame: AffectedFrame?, blockedFrame: AffectedFrame?, reason: BlockedByResponseReason)

Details for a request that has been blocked with the BLOCKED_BY_RESPONSE code. Currently only used for COEP/COOP, but may be extended to include some CSP errors in the future.

Constructors

BlockedByResponseIssueDetails
Link copied to clipboard
fun BlockedByResponseIssueDetails(request: AffectedRequest, parentFrame: AffectedFrame? = null, blockedFrame: AffectedFrame? = null, reason: BlockedByResponseReason)

Properties

blockedFrame
Link copied to clipboard
val blockedFrame: AffectedFrame? = null
parentFrame
Link copied to clipboard
val parentFrame: AffectedFrame? = null
reason
Link copied to clipboard
val reason: BlockedByResponseReason
request
Link copied to clipboard
val request: AffectedRequest

Sources

jvm source
Link copied to clipboard